home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 3_0 / CUTILSLI / UTILITYL / UTILITYL.P < prev   
Text File  |  1987-11-10  |  2KB  |  159 lines

  1. /* Protoypes grabbed from file
  2. ** "atoi.c"
  3. ** 1987 Nov 10 (Tue) 09:29:24
  4. */
  5.  
  6.         
  7. atoi(char *string);        
  8.  
  9. /* Protoypes grabbed from file
  10. ** "ClrBit.c"
  11. ** 1987 Nov 10 (Tue) 09:24:36
  12. */
  13.  
  14. void         
  15. ClrBit(char *ptr,         
  16.     short bitNum);        
  17.  
  18. /* Protoypes grabbed from file
  19. ** "Error.c"
  20. ** 1987 Nov 10 (Tue) 09:29:35
  21. */
  22.  
  23.         
  24. NoteError(char *str1,         
  25.     char *str2,         
  26.     char *str3,         
  27.     char *str4);        /* Ptrs to Pascal Strings */
  28.  
  29. /* Protoypes grabbed from file
  30. ** "Help.c"
  31. ** 1987 Nov 5 (Thu) 16:25:05
  32. */
  33.  
  34.         
  35. do_help(short str_id);        
  36.  
  37.         
  38. read_help(ListHandle topics,         
  39.     short num_topics,         
  40.     short help_id[],         
  41.     short str_id);        
  42.  
  43. Boolean         
  44. show_help(DialogPtr the_dialog,         
  45.     ListHandle topics,         
  46.     short help_id[]);        
  47.  
  48. pascal Boolean         
  49. help_filter(WindowPtr dp,         
  50.     EventRecord *ep,         
  51.     short *ip);        
  52.  
  53. pascal void         
  54. help_action(ControlHandle the_scroll,         
  55.     short partcode);        
  56.  
  57.         
  58. FileError(char *str1,         /* Ptr to String */
  59.     char *str2);        
  60.  
  61. /* Protoypes grabbed from file
  62. ** "LongAbs.c"
  63. ** 1987 Nov 10 (Tue) 09:30:31
  64. */
  65.  
  66. long         
  67. LongAbs(long l);        
  68.  
  69. /* Protoypes grabbed from file
  70. ** "PrString.c"
  71. ** 1987 Nov 10 (Tue) 09:32:42
  72. */
  73.  
  74.         
  75. PrString(short x,         
  76.     short y,         
  77.     char *str);        
  78.  
  79. /* Protoypes grabbed from file
  80. ** "pStrCopy.c"
  81. ** 1987 Nov 10 (Tue) 09:32:03
  82. */
  83.  
  84.         
  85. pStrCopy(char *p1,         
  86.     char *p2);        /* Ptrs to p1 and p2 */
  87.  
  88. /* Protoypes grabbed from file
  89. ** "Rand.c"
  90. ** 1987 Nov 10 (Tue) 11:21:28
  91. */
  92.  
  93. int         
  94. Rand(unsigned int div);        
  95.  
  96. /* Protoypes grabbed from file
  97. ** "SetBit.c"
  98. ** 1987 Nov 10 (Tue) 09:22:38
  99. */
  100.  
  101. void         
  102. SetBit(char *ptr,         
  103.     short bitNum);        
  104.  
  105. /* Protoypes grabbed from file
  106. ** "stall.c"
  107. ** 1987 Nov 10 (Tue) 09:37:29
  108. */
  109.  
  110. void         
  111. stall(long secs);        
  112.  
  113. /* Protoypes grabbed from file
  114. ** "StdGFile.c"
  115. ** 1987 Nov 10 (Tue) 09:39:36
  116. */
  117.  
  118.         
  119. StdGFile(Str255 *fName,         /* Ptr to fileName */
  120.     short *vRef,         /* Ptr to Volume Ref */
  121.     short nTypes,         /* Number of Types */
  122.     SFTypeList *tList,         /* Ptr to Type List */
  123.     Point pt);        /* Where to place the Dialog */
  124.  
  125. /* Protoypes grabbed from file
  126. ** "TeeTime About.c"
  127. ** 1987 Nov 5 (Thu) 16:07:16
  128. */
  129.  
  130. void         
  131. about(void);        
  132.  
  133. /* Protoypes grabbed from file
  134. ** "TogBit.c"
  135. ** 1987 Nov 10 (Tue) 09:24:48
  136. */
  137.  
  138. void         
  139. TogBit(char *ptr,         
  140.     short bitNum);        
  141.  
  142. /* Protoypes grabbed from file
  143. ** "Transfer.c"
  144. ** 1987 Nov 10 (Tue) 09:40:58
  145. */
  146.  
  147.         
  148. Transfer(Point pt);        
  149.  
  150. /* Protoypes grabbed from file
  151. ** "TstBit.c"
  152. ** 1987 Nov 10 (Tue) 09:26:03
  153. */
  154.  
  155. char         
  156. TstBit(char *ptr,         
  157.     short bitNum);        
  158.  
  159.